Remove duplicate doc comments that cause problems when building the docs.
authorMatthias Clasen <mclasen@redhat.com>
Sun, 27 May 2007 01:36:52 +0000 (01:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 27 May 2007 01:36:52 +0000 (01:36 +0000)
2007-05-26  Matthias Clasen  <mclasen@redhat.com>

        * gdk/directfb/gdkkeys-directfb.c: Remove duplicate doc comments
        that cause problems when building the docs.

svn path=/trunk/; revision=17944

ChangeLog
gdk/directfb/gdkkeys-directfb.c

index 7f80f2ce182061cbe2bbf90b7180df1a44b23445..08ded2504dd4bfb9ae6cff82db49bd085e4e203c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/directfb/gdkkeys-directfb.c: Remove duplicate doc comments
+       that cause problems when building the docs.
+
 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
        
        * gdk/x11/gdkdisplay-x11.c: Update docs
index badd903eefd244b4abb614d5bc15ccccf85a8615..48d2c5cacf23b68f35a99479961ee2cb40c78d9e 100644 (file)
@@ -1898,30 +1898,6 @@ gdk_keymap_get_entries_for_keyval (GdkKeymap     *keymap,
        return (*n_keys > 0);
 }
 
-/**
- * gdk_keymap_translate_keyboard_state:
- * @keymap: a #GdkKeymap, or %NULL to use the default
- * @keycode: a hardware keycode
- * @state: a modifier state 
- * @group: active keyboard group
- * @keyval: return location for keyval
- * @effective_group: return location for effective group
- * @level: return location for level
- * @consumed_modifiers: return location for modifiers that were used to 
- *                      determine the group or level
- *
- * Translates the contents of a #GdkEventKey into a keyval, effective
- * group, and level. Modifiers that affected the translation and
- * are thus unavailable for application use are returned in
- * @consumed_modifiers.  See gdk_keyval_get_keys() for an explanation of
- * groups and levels.  The @effective_group is the group that was
- * actually used for the translation; some keys such as Enter are not
- * affected by the active keyboard group. The @level is derived from
- * @state. For convenience, #GdkEventKey already contains the translated
- * keyval, so this function isn't as useful as you might think.
- * 
- * Return value: %TRUE if there was a keyval bound to the keycode/state/group
- **/
 gboolean
 gdk_keymap_translate_keyboard_state (GdkKeymap       *keymap,
                guint            keycode,